home *** CD-ROM | disk | FTP | other *** search
INI File | 2005-05-26 | 784 b | 23 lines |
- ;
- ; this file provides configuration information to the runlamd program
- ; (cmd line equivalents shown at right)
- ;
-
- [runclamd] ; section
-
- ;
- ; this is the full path to the clamd.exe program
- ;
- PathToClamd=c:\clamav-devel\bin\clamd.exe ; -c "c:\clamav-devel\bin\clamd.exe"
-
- ; if you want the service to start as a user the provide
- ; user and password - otherwise the service will be system
- ;User=".\Administrator" ; -u ".\Administrator"
- ;Password=mypass ; -p "mypass"
-
- ;AutoStart=Yes ; start the service on bootup, omit for manual -a Y
- LogFile=c:\clamav-devel\log\runclamd.log ; (log path) -l runclamd.log
- ;Verbose=Yes ; verbose logging will log success -v Y
- Interval=30 ; interval in seconds to check service -t 30
-
-